home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / newusers.zip / NEWUSER.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-10-20  |  1KB  |  66 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     PrintLn "@X0F@FIRST@,@X07"
  23.     PrintLn "@X30┌──────────────────────────────────────────────────────────────┐@X07"
  24.     PrintLn "@X30│  @X38  Hello, we are glad you called the BBS, but since you are  │@X07"
  25.     PrintLn "@X30│@X38not a member you do not have access to everything this BBS has│@X07"
  26.     PrintLn "@X30│@X38to offer.  When you become a member you get more time, bytes  │@X07"
  27.     PrintLn "@X0B@X30│@X38and more.  For more info download our membership form.        │@X07"
  28.     PrintLn "@X30└──────────────────────────────────────────────────────────────┘@X07"
  29.     PrintLn "                     @X0A30 Second delay@X07"
  30.     PrintLn "@X08Copyright (@X07c@X08)1996, Szymczuk .inc@X07"
  31.     PrintLn "@X0EThis is an @X8EUNREGISTERED COPY @X0Eof NEWUSER.PPE, see REGISTER.TXT for info@X07"
  32.     Delay 18 * 31
  33.     PrintLn "@X0EThis is an @X8EUNREGISTERED COPY @X0Eof NEWUSER.PPE, see REGISTER.TXT for info@X07"
  34.     Delay 18 * 3
  35.  
  36. ;------------------------------------------------------------------------------
  37. ;
  38. ; Usage report (before postprocessing)
  39. ;
  40. ; ■ Statements used :
  41. ;
  42. ;    11      PrintLn 
  43. ;    2       Delay 
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    2       *
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Analysis flags : No flag
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Postprocessing report
  57. ;
  58. ;    0       For/Next
  59. ;    0       While/EndWhile
  60. ;    0       If/Then or If/Then/Else
  61. ;    0       Select Case
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;                 AEGiS Corp - Break the routines, code against the machines!
  65. ;------------------------------------------------------------------------------
  66.